heuristic procedure - definitie. Wat is heuristic procedure
Diclib.com
Woordenboek ChatGPT
Voer een woord of zin in in een taal naar keuze 👆
Taal:

Vertaling en analyse van woorden door kunstmatige intelligentie ChatGPT

Op deze pagina kunt u een gedetailleerde analyse krijgen van een woord of zin, geproduceerd met behulp van de beste kunstmatige intelligentietechnologie tot nu toe:

  • hoe het woord wordt gebruikt
  • gebruiksfrequentie
  • het wordt vaker gebruikt in mondelinge of schriftelijke toespraken
  • opties voor woordvertaling
  • Gebruiksvoorbeelden (meerdere zinnen met vertaling)
  • etymologie

Wat (wie) is heuristic procedure - definitie

HEURISTIC THAT NEVER OVERESTIMATES THE COST OF REACHING THE GOAL, I.E. THE COST IT ESTIMATES TO REACH THE GOAL IS NOT HIGHER THAN THE LOWEST POSSIBLE COST FROM THE CURRENT POINT IN THE PATH
Admissible Heuristic; Optimistic heuristic; Inadmissible heuristic

Heuristic         
PROBLEM-SOLVING METHOD THAT IS SUFFICIENT FOR QUICK, SHORT-TERM SOLUTIONS/APPROXIMATIONS
Heuristics; Hueristic; Heuristo; HEURISTIC; Heurisitc; Heuristically; Huristic; Heuristic Classification; Heuristics in legal decision-making; Formal models of heuristics; Heuristic device; Artificial intelligence heuristics
·adj Serving to discover or find out.
heuristic         
PROBLEM-SOLVING METHOD THAT IS SUFFICIENT FOR QUICK, SHORT-TERM SOLUTIONS/APPROXIMATIONS
Heuristics; Hueristic; Heuristo; HEURISTIC; Heurisitc; Heuristically; Huristic; Heuristic Classification; Heuristics in legal decision-making; Formal models of heuristics; Heuristic device; Artificial intelligence heuristics
1.
A heuristic method of learning involves discovery and problem-solving, using reasoning and past experience. (TECHNICAL)
ADJ
2.
A heuristic computer program uses rules based on previous experience in order to solve a problem, rather than using a mathematical procedure. (COMPUTING)
ADJ
see also algorithm
Heuristic         
PROBLEM-SOLVING METHOD THAT IS SUFFICIENT FOR QUICK, SHORT-TERM SOLUTIONS/APPROXIMATIONS
Heuristics; Hueristic; Heuristo; HEURISTIC; Heurisitc; Heuristically; Huristic; Heuristic Classification; Heuristics in legal decision-making; Formal models of heuristics; Heuristic device; Artificial intelligence heuristics
A heuristic (; ), or heuristic technique, is any approach to problem solving or self-discovery that employs a practical method that is not guaranteed to be optimal, perfect, or rational, but is nevertheless sufficient for reaching an immediate, short-term goal or approximation. Where finding an optimal solution is impossible or impractical, heuristic methods can be used to speed up the process of finding a satisfactory solution.

Wikipedia

Admissible heuristic

In computer science, specifically in algorithms related to pathfinding, a heuristic function is said to be admissible if it never overestimates the cost of reaching the goal, i.e. the cost it estimates to reach the goal is not higher than the lowest possible cost from the current point in the path.

It is related to the concept of consistent heuristics. While all consistent heuristics are admissible, not all admissible heuristics are consistent.